Click or drag to resize

ServiceSetHoldOnMailboxes Method (HoldActionType, String, String)

Sets the hold on mailboxes.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public HoldOnMailboxesInfo SetHoldOnMailboxes(
	HoldActionType actionType,
	string holdId,
	string query
)

Parameters

actionType
Type: Independentsoft.ExchangeHoldActionType
Type of the action.
holdId
Type: SystemString
The hold identifier.
query
Type: SystemString
The query.

Return Value

Type: HoldOnMailboxesInfo
HoldOnMailboxesInfo.
See Also